object Form4: TForm4 Left = 266 Top = 168 BorderIcons = [] BorderStyle = bsSingle Caption = 'Settings' ClientHeight = 244 ClientWidth = 295 Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 3 Top = 0 Width = 289 Height = 241 TabOrder = 0 object Button1: TButton Left = 144 Top = 208 Width = 65 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = Button1Click end object GroupBox2: TGroupBox Left = 8 Top = 16 Width = 273 Height = 97 Caption = 'Path to your Internet Explorer Favorites directory:' TabOrder = 1 object Label1: TLabel Left = 8 Top = 16 Width = 257 Height = 33 AutoSize = False Caption = 'Default in most computers (U.S. English version) is: C:\WINDOWS\' + 'FAVORITES' WordWrap = True end object Edit1: TEdit Left = 9 Top = 48 Width = 256 Height = 21 TabOrder = 0 end object Button2: TButton Left = 168 Top = 74 Width = 97 Height = 17 Caption = 'Try to autodetect' TabOrder = 1 OnClick = Button2Click end end object GroupBox3: TGroupBox Left = 8 Top = 120 Width = 273 Height = 49 Caption = 'Name to put in Netscape Bookmark files:' TabOrder = 2 object Edit2: TEdit Left = 8 Top = 17 Width = 257 Height = 21 TabOrder = 0 end end object Button3: TButton Left = 216 Top = 208 Width = 65 Height = 25 Caption = 'Cancel' TabOrder = 3 OnClick = Button3Click end object GroupBox4: TGroupBox Left = 8 Top = 176 Width = 273 Height = 25 TabOrder = 4 object Label2: TLabel Left = 8 Top = 8 Width = 98 Height = 13 Caption = 'Show splash screen:' end object RadioButton1: TRadioButton Left = 135 Top = 9 Width = 41 Height = 12 Caption = 'Yes' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 207 Top = 9 Width = 49 Height = 12 Caption = 'No' TabOrder = 1 end end end end